func sync/atomic.LoadInt32
3 uses
sync/atomic (current package)
doc.go#L144: func LoadInt32(addr *int32) (val int32)
type.go#L74: func (x *Int32) Load() int32 { return LoadInt32(&x.v) }
go.uber.org/atomic
int32.go#L45: return atomic.LoadInt32(&i.v)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |